home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / qrep097a.zip / DEMOPRE.DFM / DEMOPRE.txt
Text File  |  1995-11-26  |  2KB  |  103 lines

  1. object PrevForm: TPrevForm
  2.   Left = 317
  3.   Top = 116
  4.   Width = 626
  5.   Height = 625
  6.   Caption = 'QuickReport  Copyright (c) 1995  Allan Lochert'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 618
  19.     Height = 65
  20.     Align = alTop
  21.     TabOrder = 0
  22.     object Label4: TLabel
  23.       Left = 12
  24.       Top = 40
  25.       Width = 390
  26.       Height = 16
  27.       Caption = 'This is a very simple preview form created with QuickReport'
  28.       Color = clBtnFace
  29.       Font.Color = clGray
  30.       Font.Height = -13
  31.       Font.Name = 'System'
  32.       Font.Style = [fsBold]
  33.       ParentColor = False
  34.       ParentFont = False
  35.     end
  36.     object Label1: TLabel
  37.       Left = 8
  38.       Top = 8
  39.       Width = 33
  40.       Height = 16
  41.       Caption = 'Page'
  42.     end
  43.     object Label3: TLabel
  44.       Left = 112
  45.       Top = 8
  46.       Width = 37
  47.       Height = 16
  48.       Caption = 'Zoom'
  49.     end
  50.     object SpinEdit1: TSpinEdit
  51.       Left = 48
  52.       Top = 4
  53.       Width = 57
  54.       Height = 26
  55.       MaxValue = 0
  56.       MinValue = 0
  57.       TabOrder = 0
  58.       Value = 0
  59.       OnChange = SpinEdit1Change
  60.     end
  61.     object SpinEdit2: TSpinEdit
  62.       Left = 160
  63.       Top = 4
  64.       Width = 53
  65.       Height = 26
  66.       Increment = 10
  67.       MaxValue = 300
  68.       MinValue = 10
  69.       TabOrder = 1
  70.       Value = 100
  71.       OnChange = SpinEdit2Change
  72.     end
  73.     object Button1: TButton
  74.       Left = 216
  75.       Top = 4
  76.       Width = 85
  77.       Height = 29
  78.       Caption = 'Zoom to fit'
  79.       TabOrder = 2
  80.       OnClick = Button1Click
  81.     end
  82.     object Button2: TButton
  83.       Left = 304
  84.       Top = 4
  85.       Width = 101
  86.       Height = 29
  87.       Caption = 'Zoom to width'
  88.       TabOrder = 3
  89.       OnClick = Button2Click
  90.     end
  91.   end
  92.   object QRPreview1: TQRPreview
  93.     Left = 0
  94.     Top = 65
  95.     Width = 618
  96.     Height = 533
  97.     Align = alClient
  98.     TabOrder = 1
  99.     PageNumber = 1
  100.     Zoom = 100
  101.   end
  102. end
  103.